Copper Work Order API

(0 reviews)

Error Codes

Error Code Reason for Error Error Cause
400 Bad request.
The server cannot or will not process the request due to an apparent client error. For example: malformed request syntax, too large size, invalid request message framing, or deceptive request routing.
Response equals standard HTTP Status Code in response.
401 Unauthorized.
Client Id & Secret not acceptable.
Response equals standard HTTP Status Code in response.
404 Resource not found.
The requested resource could not be found but may be available in the future. Subsequent requests by the client are permissible.
Response equals standard HTTP Status Code in response.
405 Method not allowed.
A request method is not supported for the requested resource.
Response equals standard HTTP Status Code in response.
406 Not acceptable.
The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
Response equals standard HTTP Status Code in response.
415 Unsupported media type.
The request entity has a media type which the server or resource does not support.
Response equals standard HTTP Status Code in response.
423 Locked.
The resource that is being accessed is locked.
Response equals standard HTTP Status Code in response.
500 The gateway is currently experiencing some technical issues and necessitates administration operation. Response equals standard HTTP Status Code in response.
504 Gateway Timeout.
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.
Response equals standard HTTP Status Code in response.
530 The backend system failed processing the request. Response equals standard HTTP Status Code in response.

Reviews